LUA LOAD FILE

This is the main command of the LUA plugin. It loads a filename you specify, parses, compiles and then runs it, if the file contains proper LUA scripting code.
Note that the file you specify can either contain valid text code, or binary code compiled with 'luac', the lua compiler.
You should check for errors after calling this command, since a file could easily have an error, or just a typo (if containing text code).

SYNTAX
LUA LOAD FILE filename as String

RELATED INFO
LUA command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2